runtime.mLockProfile.cyclesLost (field)
6 uses
	runtime (current package)
		mprof.go#L720: 	cyclesLost int64        // contention for which we weren't able to record a call stack
		mprof.go#L734: 		prof.cyclesLost += cycles
		mprof.go#L755: 			prof.cyclesLost += cycles
		mprof.go#L758: 			prof.cyclesLost += prev
		mprof.go#L841: 	cycles, lost := prof.cycles, prof.cyclesLost
		mprof.go#L842: 	prof.cycles, prof.cyclesLost = 0, 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)